Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@0x00psilon
0x00psilon / ethstaker_tax_to_koinly_import.md
Last active April 14, 2026 20:21
Rocketpool staking taxes: ethstaker.tax to Koinly import guide

These instructions are Not Financial Advice.

  1. Download your ethstaker.tax report with "Group by Date" selected and comma as the delimiter

  2. Import to Excel/Google Sheets.

  3. Create a new spreadsheet tab titled ETH Koinly.

    a. Create 4 columns named Koinly Date, Amount, Currency and Tag.

    b. [Optional]: By default we'll use Koinly's autocalculation of ETH's price on the day of the transaction. However, if instead you want to use ethstaker.tax 's ETH price - which is a little more accurate - then add two more additional columns, named Net Worth Amount and Net Worth Currency.

  4. Copy the Date column from ethstaker.tax into the Koinly spreadsheet's Koinly Date column

@bewithdhanu
bewithdhanu / uninstall_openclaw_mac.md
Created January 31, 2026 11:36
馃Ч OpenClaw Complete Uninstall Guide (All Platforms)

馃Ч OpenClaw Complete Uninstall Guide (All Platforms)

This guide covers all supported ways to fully remove OpenClaw, including cases where the CLI is missing but background services are still running.


馃煝 Path 1: Easy Path (CLI Still Installed)

Use this if the openclaw command still works.

@dPacc
dPacc / private_docker_registry.md
Created January 23, 2025 05:07
Self Host Private Docker Registry
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@rxaviers
rxaviers / gist:7360908
Last active April 14, 2026 20:17
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 馃槃 :smile: 馃槅 :laughing:
馃槉 :blush: 馃槂 :smiley: 鈽猴笍 :relaxed:
馃槒 :smirk: 馃槏 :heart_eyes: 馃槝 :kissing_heart:
馃槡 :kissing_closed_eyes: 馃槼 :flushed: 馃槍 :relieved:
馃槅 :satisfied: 馃榿 :grin: 馃槈 :wink:
馃槣 :stuck_out_tongue_winking_eye: 馃槤 :stuck_out_tongue_closed_eyes: 馃榾 :grinning:
馃槜 :kissing: 馃槞 :kissing_smiling_eyes: 馃槢 :stuck_out_tongue:
@victorsenam
victorsenam / dicionario-git.md
Last active April 14, 2026 20:11
Dicion谩rio b谩sico de Git e GitHub para iniciantes

Dicion谩rio Git e GitHub

Os conceitos v茫o ser apresentados da forma mais b谩sica poss铆vel para que se possa entender a ideia primordial do software. Os comandos ser茫o baseados num terminal UNIX. Ou seja, funcionar茫o em linux e mac.

Links interessantes

http://rogerdudler.github.io/git-guide/index.pt_BR.html

Reposit贸rio

O reposit贸rio 茅 a pasta do projeto. Todo reposit贸rio tem uma pasta oculta .git. Isso 茅 o que mostra para o git e para voc锚 que existe um reposit贸rio naquela pasta.